翻訳と辞書
Words near each other
・ Concubina
・ Concubinage
・ Concubinage in Canada
・ Concubine Forming
・ Concupiscence
・ Concur Technologies
・ Concurrence
・ Concurrence (quantum computing)
・ Concurrency
・ Concurrency (computer science)
・ Concurrency (road)
・ Concurrency and Coordination Runtime
・ Concurrency control
・ Concurrency pattern
・ Concurrency semantics
Concurrent algorithm
・ Concurrent Collections
・ Concurrent computing
・ Concurrent constraint logic programming
・ Concurrent data structure
・ Concurrent Design Facility
・ Concurrent engineering
・ Concurrent Engineering (journal)
・ Concurrent estate
・ Concurrent estimation
・ Concurrent Euclid
・ Concurrent Haskell
・ Concurrent jurisdiction
・ Concurrent lines
・ Concurrent List


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Concurrent algorithm : ウィキペディア英語版
Concurrent algorithm

In computer science, a concurrent algorithm is one that can be executed concurrently. Most standard computer algorithms are sequential algorithms, and assume that the algorithm is run from start to finish without any other processes executing. These often do not behave correctly when run concurrently, as demonstrated at right, and are often nondeterministic, as the actual sequence of computations is determined by the external scheduler. Concurrency often adds significant complexity to an algorithm, requiring concurrency control such as mutual exclusion to avoid problems such as race conditions.
Many parallel algorithms are run concurrently, particularly distributed algorithms, though these are distinct concepts in general.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Concurrent algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.